home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / alex_trax.swf / scripts / DefineButton2_279 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-10-01  |  169 b   |  8 lines

  1. on(release){
  2.    if(_global.config.gameCopyrightLink)
  3.    {
  4.       getURL(_global.config.gameCopyrightLink,"_blank");
  5.    }
  6.    _global.snd.playEvent("sndClick",1);
  7. }
  8.